home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2007 January, February, March & April
/
Chip-Cover-CD-2007-02.iso
/
Pakiet multimedia
/
Animacje, filmy i prezentacje
/
Edytory i konwertery filmow
/
MediaCoder 0.5.1 pre12
/
MediaCoder-0.5.1-pre12.exe
/
htdocs
/
setup
/
setup.js
< prev
next >
Wrap
Text File
|
2006-07-13
|
401b
|
17 lines
function signalPageUnload(signal)
{
var xmlhttp = new XMLHttpRequest;
xmlhttp.open("GET", "savedata?unload=" + signal, false);
xmlhttp.send(null);
}
function setPageSize(width, height)
{
window.innerWidth = width;
window.innerHeight = height;
}
function moveCenter()
{
window.moveTo((screen.availWidth - window.outerWidth) / 2, (screen.availHeight - window.outerHeight) / 2);
}